diff options
| author | real-zephex <[email protected]> | 2024-03-29 21:31:27 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-29 21:31:27 +0530 |
| commit | c9bf00b79430cd4f90fea0b2c74314f9d0613e88 (patch) | |
| tree | b4fe6efa271e4e0f818ac78b7dc3924367a52855 /src/app/manga/[title]/[id]/info.module.css | |
| parent | fix: mini mini mini fix (diff) | |
| download | dramalama-c9bf00b79430cd4f90fea0b2c74314f9d0613e88.tar.xz dramalama-c9bf00b79430cd4f90fea0b2c74314f9d0613e88.zip | |
fix: mini mini mini fix
Diffstat (limited to 'src/app/manga/[title]/[id]/info.module.css')
| -rw-r--r-- | src/app/manga/[title]/[id]/info.module.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/app/manga/[title]/[id]/info.module.css b/src/app/manga/[title]/[id]/info.module.css index fbb493e..d9d3d06 100644 --- a/src/app/manga/[title]/[id]/info.module.css +++ b/src/app/manga/[title]/[id]/info.module.css @@ -102,12 +102,6 @@ border-radius: 5px; } -/* .ChapterContainer::-webkit-scrollbar-track { - background-color: rgb(66, 66, 66); - border-radius: 5px; -} */ - - .ChapterContainer button { width: 130px; height: auto; @@ -157,15 +151,4 @@ font-size: 14px; } -} - -@media (prefers-color-scheme: light) { - .MangaDescription { - color: black; - } - - .Character p { - color: black; - } - }
\ No newline at end of file |